Skip to main content

Introduction

Learn how to use ArangoDB as the database backend for your application from Python

Python-Arango is the official ArangoDB driver for Python. It provides Python applications with the complete range of features exposed by the ArangoDB REST API.

The library provides comprehensive coverage of all of the available options for each of ArangoDB’s REST API endpoints.

For a full documentation of the driver, please visit Python-Arango Documentation

See the releases on GitHub for updates to the driver.

Introduction

Learn how to use ArangoDB as the database backend for your python application

What you will learn

  • Installing the python-arango client
  • Connecting to ArangoDB with authentication
  • Working with databases, collections, and documents
  • Running AQL queries
 
Help us improve

Anything unclear or buggy in this tutorial? Provide Feedback